home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / dev / basic / PureBasic.readme < prev    next >
Text File  |  2001-07-04  |  16KB  |  315 lines

  1. Short:    V2.32 - Brand new powerful programming langage. Support for 680x0 and PPC
  2. Author:   alphasnd@purebasic.com (Fantaisie Software)
  3. Uploader: alphasnd@purebasic.com (Frederic Laboureur)
  4. Version:  2.32
  5. Type:     dev/basic
  6. Replace:  PureBasic.lha
  7.  
  8.  
  9.    PureBasic is brand new 'high level' programming langage based on the
  10.    previoulsy etablished B.A.S.I.C rules. It ensure a good compatibility
  11.    with similar basic compiler independement of the computer. The learning
  12.    is easy, as basic has been created for beginner and the development time
  13.    is really fast.
  14.  
  15.    This software has been developed for the Amiga with the Amiga enviromment
  16.    in mind. We have put lot of effort in its realization to produce fast,
  17.    reliable and system friendly langage. The respect of the OS is always the
  18.    master word, and you couldn't write bad software with the basic commandset
  19.    provided. Of course, you could add any other functions to bash the hardware
  20.    and use all the Amiga power, if you need it.
  21.  
  22.    The syntax is easy, but the possibities are huge because some 'advanced'
  23.    functions has been added to this langage like pointers, structure,
  24.    procedure, dynamic linked lists, and more.. For the experienced coder,
  25.    there is no problem to access any of the legal OS structures or amiga
  26.    objects.
  27.  
  28.    Finally, PureBasic support the 680x0 processor and the PowerPC processor.
  29.    The 68000 part has been very optimized to output the best code as possible,
  30.    but we're sure we could do even better ! PowerPC part is under heavy
  31.    optimizations. PureBasic is now available on Windows x86 and provides
  32.    source level compatibility !
  33.  
  34.  
  35.    Look yourself at the main features of PureBasic:
  36.  
  37.      - 68000, 68020+ and PowerPC support
  38.      - Built-in Array, dynamic linked list, complex structure, pointer
  39.        and variable definitions
  40.      - Supported types: Byte (8 bit), Word (16 bits), Long (32) and user
  41.        defined ones (structures)
  42.      - Signed (finished) and unsigned (partially) support for standard types
  43.      - Built-in strings type
  44.      - Constants, binary and hexadecimal numbers support
  45.      - Very good expression reducer by grouping constants and numeric numbers together
  46.      - Standard arithmetic support with respect of signs priority and parenthesis:
  47.        +, -, /, *, and, or, lsl, asl, lsr, asr
  48.      - Compile about 30 000 lines/min on a 68030/50
  49.      - Procedure support for structured programming with locals and global variables
  50.      - All Standard BASIC keywords: If-Else-EndIf, Repeat-Until ...
  51.      - External libraries support to manipulate easily objects like IFF pictures,
  52.        screens, windows, gadgets, sprites...
  53.      - Inlined ASM
  54.      - Precompiled structures and constants files for extra fast compiling.
  55.      - Cool debugger to stop the program execution and trace the bugs easily.
  56.      - Configurable CLI compiler
  57.      - System friendly, easy to install and always under development
  58.      - And more !
  59.  
  60.  
  61. ***********
  62.            *
  63. V2.32 News  *
  64.            *
  65. ***********
  66.  
  67.  
  68.     Added: ReadMemory(), WriteMemory(), SetWindowTagList()
  69.     Added: Palette: added async palette fade
  70.     Added: New commands for Chunky library
  71.     Added: Procedures can now returns strings
  72.     Added: WaitWindowEvent()
  73.     Added: CompilerIf, Else...
  74.     Added: FileSystem library
  75.     Added: Picasso96 library
  76.     Added: Path change when running a program from the editor (no need to put absolute path anymore)
  77.     Added: Editor: Auto-casing and contextual online help.
  78.     Added: Data support (new commands: Data, DataSection, EndDataSection, Read, Restore)
  79.  
  80.     Changed: PokeS(), now returns the number of characters 'poked' (handy)
  81.     Changed: OpenWindow() (to be compatiable with other OSes)
  82.     Changed: The whole gadget library (to be compatiable with other OSes)
  83.  
  84.     Fixed: A compiler bug (Structure can't be redeclared a second time..)
  85.     Fixed: A member in a structure used but not initialized
  86.     Fixed: Sprite lib (debugger and priority to the end)
  87.     Fixed: a Picture bug (recompilation with optims..)
  88.     Fixed: Screen/FontRequester(): now returns 0 when cancelled.
  89.     Fixed: ReadString(), Str()
  90.     Fixed: A lot of editor bugs
  91.  
  92.  
  93.            Visit our site web at: http://www.purebasic.com
  94.  
  95.                    ...Feel the P.u.R.e Power...
  96.  
  97.                   © 2001 - Fantaisie Software -
  98.  
  99.  
  100. ============================= Archive contents =============================
  101.  
  102. Original  Packed Ratio    Date     Time    Name
  103. -------- ------- ----- --------- --------  -------------
  104.     2526    1313 48.0% 18-Jul-00 22:21:12  PureBasic_2.32_Demo.info
  105.     2531    1310 48.2% 10-Sep-00 15:05:20 +Extras.info
  106.     1636     855 47.7% 16-Jan-01 18:20:26 +CygnusED.info
  107.     4343    1568 63.8% 16-Jan-01 18:20:26 +PB_GetSyntax.ced
  108.      829     394 52.4% 16-Jan-01 18:20:26 +PB_GetSyntax.ced.info
  109.    12205    4522 62.9% 16-Jan-01 18:20:26 +PB_GetSyntax.guide
  110.     1188     587 50.5% 16-Jan-01 18:20:26 +PB_GetSyntax.guide.info
  111.     1636     855 47.7% 16-Jan-01 18:20:26 +GoldED.info
  112.     3028    1217 59.8% 16-Jan-01 18:20:26 +Commands.txt
  113.     5624    3091 45.0% 16-Jan-01 18:20:26 +PureBasic.parser
  114.      919     382 58.4% 16-Jan-01 18:20:26 +ReadMe
  115.     2837    1383 51.2% 16-Jan-01 18:20:26 +ReadMe.info
  116.     1636     855 47.7% 16-Jan-01 18:21:20 +GUI.info
  117.    19103    7041 63.1% 16-Jan-01 18:20:26 +PBCompiler-GUI.guide
  118.    15798    4523 71.3% 16-Jan-01 18:20:26 +PBCompiler-GUI.rexx
  119.     1636     855 47.7% 16-Jan-01 18:20:26 +Libraries.info
  120.     6920    4022 41.8% 16-Jan-01 18:20:26 +lowlevel.library
  121.    44912   19344 56.9% 16-Jan-01 18:20:26 +popupmenu.library
  122.     1636     855 47.7% 16-Jan-01 18:20:26 +Localisation.info
  123.      214     125 41.5% 16-Jan-01 18:20:26 +MakeCatalogs
  124.     5227    1885 63.9% 16-Jan-01 18:20:26 +PB_Compiler.cd
  125.     5299    2054 61.2% 16-Jan-01 18:20:26 +PB_Compiler_deutsch.ct
  126.     4819    1843 61.7% 16-Jan-01 18:20:26 +PB_Compiler_english.ct
  127.     5314    1979 62.7% 16-Jan-01 18:20:26 +PB_Compiler_français.ct
  128.     3894    1376 64.6% 16-Jan-01 18:20:26 +PB_Editor.cd
  129.     3652    1520 58.3% 16-Jan-01 18:20:26 +PB_Editor_deutsch.ct
  130.     3825    1566 59.0% 16-Jan-01 18:20:26 +PB_Editor_français.ct
  131.     2669    1008 62.2% 11-Jun-01 17:00:22 +Install
  132.     3827    1908 50.1% 10-Sep-00 15:05:18 +Install.info
  133.     2531    1307 48.3% 10-Sep-00 15:05:18 +PureBasic.info
  134.     1129     739 34.5% 10-Sep-00 15:05:16 +Default_Icon.info
  135.     5317    1592 70.0% 11-Jun-01 17:03:42 +Misc.asm
  136.   148392   72129 51.3% 11-Jun-01 17:00:46 +PBCompiler
  137.    65388   41711 36.2% 10-Sep-00 15:05:16 +PhxAss
  138.     3946     996 74.7% 11-Jun-01 17:03:42 +StringRoutines.asm
  139.     6176    3411 44.7% 16-Jan-01 18:24:54 +Default_Debugger
  140.     2531    1315 48.0% 16-Jan-01 18:27:18 +Examples.info
  141.     2364    1491 36.9% 16-Jan-01 18:28:40 +App.exe
  142.      768     567 26.1% 16-Jan-01 18:29:20 +Asm_Inline.exe
  143.     1920    1176 38.7% 16-Jan-01 18:45:00 +Bitmap&Drawing.exe
  144.     2516    1374 45.3% 16-Jan-01 19:36:22 +Chunky.exe
  145.     1056     743 29.6% 16-Jan-01 18:31:32 +Clipboard.exe
  146.     2152    1258 41.5% 16-Jan-01 18:32:04 +Commodity1.exe
  147.     2896    1557 46.2% 16-Jan-01 18:34:30 +Commodity2.exe
  148.     2376    2154  9.3% 10-Sep-00 15:05:08 +Bump.IFF
  149.     4964    4026 18.8% 10-Sep-00 15:05:08 +Jump.IFF
  150.     2648    1457 44.9% 16-Jan-01 18:34:32 +DualPlayfield.exe
  151.     1308     779 40.4% 16-Jan-01 18:38:52 +File.exe
  152.     1748    1066 39.0% 16-Jan-01 18:40:06 +Font.exe
  153.     3556    2156 39.3% 16-Jan-01 18:32:32 +Gadget.exe
  154.     1380     827 40.0% 16-Jan-01 18:34:32 +Joypad.exe
  155.     1388     843 39.2% 16-Jan-01 18:34:32 +MemoryBank.exe
  156.     3052    1843 39.6% 16-Jan-01 18:34:32 +Menu.exe
  157.     1628     989 39.2% 16-Jan-01 18:34:32 +Network_Client.exe
  158.     2668    1548 41.9% 16-Jan-01 18:34:32 +Network_Server.exe
  159.     1788    1121 37.3% 16-Jan-01 18:34:32 +Palette.exe
  160.     3880    2179 43.8% 16-Jan-01 18:34:32 +Picture.exe
  161.     2976    1633 45.1% 16-Jan-01 18:34:32 +PopupMenu.exe
  162.     4228    2414 42.9% 16-Jan-01 18:34:32 +Program1.exe
  163.    11228    6317 43.7% 16-Jan-01 18:34:32 +ProtrackerReplay.exe
  164.     8200    4819 41.2% 16-Jan-01 18:34:32 +PTModule.exe
  165.     1564    1006 35.6% 16-Jan-01 18:34:32 +Rainbow.exe
  166.     2124    1165 45.1% 16-Jan-01 18:41:42 +Screen.exe
  167.      980     740 24.4% 16-Jan-01 18:42:00 +Sort.exe
  168.     8592    6240 27.3% 16-Jan-01 18:42:40 +Sound.exe
  169.     1430     734 48.6% 11-Jun-01 17:01:52 +App.pb
  170.     2794    1325 52.5% 11-Jun-01 17:01:52 +Asm_Inline.pb
  171.      665     307 53.8% 11-Jun-01 17:01:52 +Audio.pb
  172.     1643     761 53.6% 11-Jun-01 17:01:52 +BitMap&Drawing.pb
  173.     3482     998 71.3% 11-Jun-01 17:01:52 +Chunky.pb
  174.      557     283 49.1% 11-Jun-01 17:01:52 +Clipboard.pb
  175.     3539    1098 68.9% 11-Jun-01 17:01:52 +Commodity1.pb
  176.     4595    1393 69.6% 11-Jun-01 17:01:52 +Commodity2.pb
  177.      372     248 33.3% 11-Jun-01 17:01:52 +Data.pb
  178.     2069     918 55.6% 11-Jun-01 17:01:52 +DualPlayfield_Screen.pb
  179.      763     337 55.8% 11-Jun-01 17:01:52 +File.pb
  180.      775     395 49.0% 11-Jun-01 17:01:52 +FileSystem.pb
  181.     1351     530 60.7% 11-Jun-01 17:01:52 +Font.pb
  182.     3664    1352 63.1% 11-Jun-01 17:01:52 +Gadget.pb
  183.     1193     476 60.1% 11-Jun-01 17:01:52 +Joypad.pb
  184.      900     313 65.2% 11-Jun-01 17:01:52 +LinkedList.pb
  185.     1912     645 66.2% 11-Jun-01 17:01:52 +MemoryBank.pb
  186.     1802     799 55.6% 11-Jun-01 17:01:52 +Menu.pb
  187.      725     402 44.5% 11-Jun-01 17:01:52 +Network_Client.pb
  188.     1270     551 56.6% 11-Jun-01 17:01:52 +Network_Server.pb
  189.     1135     515 54.6% 11-Jun-01 17:01:52 +Palette.pb
  190.     1267     410 67.6% 11-Jun-01 17:01:52 +Picasso96.pb
  191.     1567     686 56.2% 11-Jun-01 17:01:52 +Picture.pb
  192.     1947     696 64.2% 11-Jun-01 17:01:52 +PopupMenu.pb
  193.     2808    1125 59.9% 11-Jun-01 17:01:52 +Program1.pb
  194.     5243    1505 71.2% 11-Jun-01 17:01:52 +ProtrackerReplay.pb
  195.     2565     840 67.2% 11-Jun-01 17:01:52 +PTModule.pb
  196.      727     328 54.8% 11-Jun-01 17:01:52 +Rainbow.pb
  197.     1401     610 56.4% 11-Jun-01 17:01:52 +Screen.pb
  198.      399     226 43.3% 11-Jun-01 17:01:54 +Sort.pb
  199.     2685     875 67.4% 11-Jun-01 17:01:54 +Sound.pb
  200.     2188     898 58.9% 11-Jun-01 17:01:54 +Sprite.pb
  201.      211     161 23.6% 11-Jun-01 17:01:54 +String.pb
  202.      435     220 49.4% 11-Jun-01 17:01:54 +Timer.pb
  203.     2438     855 64.9% 11-Jun-01 17:01:54 +ToolType.pb
  204.    15878    4638 70.7% 11-Jun-01 17:01:54 +WaponezII.pb
  205.    12186    3567 70.7% 11-Jun-01 17:01:54 +WildManager.pb
  206.     1102     578 47.5% 11-Jun-01 17:01:54 +Window.pb
  207.     4028    2556 36.5% 16-Jan-01 18:43:08 +Sprite.exe
  208.     2804    1660 40.7% 16-Jan-01 18:34:32 +Tooltypes.exe
  209.    14460    6674 53.8% 16-Jan-01 18:37:56 +WaponezII.exe
  210.      336     160 52.3% 10-Sep-00 15:05:10 +Back_1
  211.      382     287 24.8% 10-Sep-00 15:05:10 +Back_10
  212.      382     261 31.6% 10-Sep-00 15:05:10 +Back_2
  213.      358     210 41.3% 10-Sep-00 15:05:10 +Back_3
  214.      368     246 33.1% 10-Sep-00 15:05:10 +Back_4
  215.      384     293 23.6% 10-Sep-00 15:05:10 +Back_5
  216.      378     267 29.3% 10-Sep-00 15:05:10 +Back_6
  217.      376     271 27.9% 10-Sep-00 15:05:10 +Back_7
  218.      376     269 28.4% 10-Sep-00 15:05:10 +Back_8
  219.      386     265 31.3% 10-Sep-00 15:05:10 +Back_9
  220.      140      90 35.7% 10-Sep-00 15:05:10 +Blank
  221.     1804    1194 33.8% 10-Sep-00 15:05:10 +Boss
  222.      256     186 27.3% 10-Sep-00 15:05:10 +Bullet
  223.      430     208 51.6% 10-Sep-00 15:05:10 +Bullet_1
  224.      490     220 55.1% 10-Sep-00 15:05:10 +Bullet_2
  225.      478     210 56.0% 10-Sep-00 15:05:10 +Bullet_3
  226.      334     208 37.7% 10-Sep-00 15:05:10 +Bullet_Bottom
  227.      292     211 27.7% 10-Sep-00 15:05:10 +Bullet_Diag1
  228.      308     214 30.5% 10-Sep-00 15:05:10 +Bullet_Diag2
  229.      278     200 28.0% 10-Sep-00 15:05:10 +Bullet_Left
  230.      278     206 25.8% 10-Sep-00 15:05:10 +Bullet_Right
  231.     1200     107 91.0% 10-Sep-00 15:05:10 +DefaultMap
  232.      692     438 36.7% 10-Sep-00 15:05:10 +Ennemy_1
  233.      802     496 38.1% 10-Sep-00 15:05:10 +Ennemy_2_1
  234.      776     482 37.8% 10-Sep-00 15:05:10 +Ennemy_2_2
  235.      598     377 36.9% 10-Sep-00 15:05:10 +Ennemy_3_1
  236.      602     361 40.0% 10-Sep-00 15:05:10 +Ennemy_3_2
  237.      602     310 48.5% 10-Sep-00 15:05:10 +Ennemy_3_3
  238.      602     285 52.6% 10-Sep-00 15:05:10 +Ennemy_3_4
  239.      602     320 46.8% 10-Sep-00 15:05:10 +Ennemy_3_5
  240.      602     357 40.6% 10-Sep-00 15:05:10 +Ennemy_3_6
  241.      598     233 61.0% 10-Sep-00 15:05:10 +Explosion_1
  242.      748     350 53.2% 10-Sep-00 15:05:10 +Explosion_2
  243.      826     470 43.0% 10-Sep-00 15:05:10 +Explosion_3
  244.      900     526 41.5% 10-Sep-00 15:05:10 +Explosion_4
  245.      938     526 43.9% 10-Sep-00 15:05:10 +Explosion_5
  246.      906     457 49.5% 10-Sep-00 15:05:10 +Explosion_6
  247.      832     371 55.4% 10-Sep-00 15:05:10 +Explosion_7
  248.      686     260 62.0% 10-Sep-00 15:05:10 +Explosion_8
  249.      730     441 39.5% 10-Sep-00 15:05:10 +Player_1
  250.      732     424 42.0% 10-Sep-00 15:05:10 +Player_2
  251.      734     428 41.6% 10-Sep-00 15:05:10 +Player_3
  252.    35304    8835 74.9% 10-Sep-00 15:05:08 +Background
  253.    16210   14228 12.2% 10-Sep-00 15:05:08 +Explosion
  254.     1166    1106  5.1% 10-Sep-00 15:05:10 +Lazer
  255.     6392    5103 20.1% 10-Sep-00 15:05:10 +Title_256.iff
  256.    10664    5257 50.7% 16-Jan-01 18:34:32 +WildManager.exe
  257.     1964    1306 33.5% 16-Jan-01 18:43:40 +Window.exe
  258.     2531    1313 48.1% 16-Jan-01 18:27:18 +Help.info
  259.      727     405 44.2% 11-Jun-01 17:03:24 +Amiga.guide
  260.     4298    1653 61.5% 11-Jun-01 17:03:24 +AmigaSprite.guide
  261.     3604    1373 61.9% 11-Jun-01 17:03:24 +App.guide
  262.     9817    2273 76.8% 11-Jun-01 17:03:24 +ASM_Keywords.guide
  263.     4123    1210 70.6% 11-Jun-01 17:03:24 +Audio.guide
  264.     3984    1417 64.4% 11-Jun-01 17:03:24 +BitMap.guide
  265.     5357    2018 62.3% 11-Jun-01 17:03:24 +Chunky.guide
  266.     1257     597 52.5% 11-Jun-01 17:03:24 +Clipboard.guide
  267.    15315    4167 72.7% 11-Jun-01 17:03:24 +Commodity.guide
  268.     7611    2473 67.5% 11-Jun-01 17:03:24 +Drawing.guide
  269.     6955    1842 73.5% 11-Jun-01 17:03:24 +File.guide
  270.     3976    1071 73.0% 11-Jun-01 17:03:24 +FileSystem.guide
  271.     1826     777 57.4% 11-Jun-01 17:03:24 +Font.guide
  272.    27920    7779 72.1% 11-Jun-01 17:03:24 +Gadget.guide
  273.    41709    5258 87.3% 11-Jun-01 17:03:24 +Index.guide
  274.    60315    6368 89.4% 11-Jun-01 17:03:24 +IndexAll.guide
  275.     3038    1280 57.8% 11-Jun-01 17:03:24 +Joypad.guide
  276.     4601    1415 69.2% 11-Jun-01 17:03:24 +LinkedList.guide
  277.     3673    1202 67.2% 11-Jun-01 17:03:24 +MemoryBank.guide
  278.     3876    1100 71.6% 11-Jun-01 17:03:26 +Menu.guide
  279.     6737    2180 67.6% 11-Jun-01 17:03:26 +Misc.guide
  280.    10455    3207 69.3% 11-Jun-01 17:03:26 +Network.guide
  281.     1673     480 71.3% 11-Jun-01 17:03:26 +OS.guide
  282.     6961    2387 65.7% 11-Jun-01 17:03:26 +Palette.guide
  283.     3442    1209 64.8% 11-Jun-01 17:03:26 +Picture.guide
  284.    10267    2372 76.8% 11-Jun-01 17:03:26 +PopupMenu.guide
  285.     5245    1657 68.4% 11-Jun-01 17:03:26 +Protracker.guide
  286.     3798    1355 64.3% 11-Jun-01 17:03:26 +Rainbow.guide
  287.    35883   10810 69.8% 11-Jun-01 17:03:26 +Reference.guide
  288.     2837    1374 51.5% 11-Jun-01 17:03:26 +Reference.guide.info
  289.    31541    8458 73.1% 11-Jun-01 17:03:26 +Requester.guide
  290.    24383    7905 67.5% 11-Jun-01 17:03:26 +Screen.guide
  291.     1810     645 64.3% 11-Jun-01 17:03:26 +Sort.guide
  292.    13322    3009 77.4% 11-Jun-01 17:03:26 +Sound.guide
  293.    13243    3856 70.8% 11-Jun-01 17:03:26 +Sprite.guide
  294.     4071    1171 71.2% 11-Jun-01 17:03:26 +String.guide
  295.     2311     923 60.0% 11-Jun-01 17:03:26 +TagList.guide
  296.     1586     703 55.6% 11-Jun-01 17:03:26 +Timer.guide
  297.     7420    2186 70.5% 11-Jun-01 17:03:26 +ToolType.guide
  298.     1149     569 50.4% 11-Jun-01 17:03:26 +WBStartup.guide
  299.    34060   11020 67.6% 11-Jun-01 17:03:26 +Window.guide
  300.       62      57  8.0% 11-Jun-01 17:04:12 +PureBasic
  301.    20993    8206 60.9% 11-Jun-01 17:04:12 +PureBasic.guide
  302.     2837    1374 51.5% 16-Jan-01 18:27:18 +PureBasic.guide.info
  303.      795     507 36.2% 16-Jan-01 18:27:18 +PureBasic.info
  304.    82856   31200 62.3% 11-Jun-01 17:04:00 +PureEditor
  305.      920     471 48.8% 11-Jun-01 17:02:48 +LinkedList
  306.     1708     855 49.9% 11-Jun-01 17:02:48 +Misc
  307.     1924    1083 43.7% 11-Jun-01 17:02:48 +Screen
  308.     1128     632 43.9% 11-Jun-01 17:02:48 +String
  309.      576     345 40.1% 11-Jun-01 17:02:48 +TagList
  310.      236     166 29.6% 11-Jun-01 17:02:48 +WbStartup
  311.     2820    1462 48.1% 11-Jun-01 17:02:48 +Window
  312.   137789   56948 58.6% 11-Jun-01 17:03:04 +AmigaOS_Small
  313. -------- ------- ----- --------- --------
  314.  1393589  557715 59.9% 14-Jun-101 04:04:00   209 files
  315.